github.com/gotd/td/telegram.cdnPoolManager.closing (field)
9 uses
github.com/gotd/td/telegram (current package)
cdn_pool_manager.go#L63: closing map[CloseInvoker]bool
cdn_pool_manager.go#L86: closing: map[CloseInvoker]bool{},
cdn_pool_manager.go#L215: m.closing = map[CloseInvoker]bool{}
cdn_pool_manager.go#L230: queued, ok := m.closing[conn]
cdn_pool_manager.go#L235: m.closing[conn] = true
cdn_pool_manager.go#L249: if _, ok := m.closing[conn]; ok {
cdn_pool_manager.go#L253: m.closing[conn] = true
cdn_pool_manager.go#L260: m.closing[conn] = false
cdn_pool_manager.go#L295: delete(m.closing, conn)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |